Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference
generateDataFields
This procedure creates DataField records for a table. This procedure creates a SmartDataField for each field in the table.
You can pass in a list of tables for which to generate fields. This means that you can exclude certain tables, instead of having to specify all tables. For example, if all tables except one are to be generated, a string like “!SomeTable,*” can be passed into the procedure.
Location: ry\app\rydesmngrp.i Parameters:INPUT pcDataBaseName AS CHARACTERINPUT pcTableName AS CHARACTERA comma-separated list of tables, in
CAN-DO ( )format, that are to have fields generated.INPUT pcProductModuleCode AS CHARACTERINPUT pcResultCode AS CHARACTERINPUT plGenerateFromDataObject AS LOGICALINPUT pcDataObjectFieldList AS CHARACTERINPUT pcSdoObjectName AS CHARACTERINPUT pcObjectTypeCode AS CHARACTERINPUT pcOverrideAttributes AS CHARACTERINPUT pcFieldNames AS CHARACTERNotes: None Examples: See the main block inaf\app\afgengenob.i.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |